home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // MainFrame.h
- //
- //***********************************************************************
-
- class CMainFrame : public CFrameWnd
- {
- DECLARE_DYNCREATE (CMainFrame)
-
- private:
- CSplitterWnd m_wndSplitter;
-
- protected:
- virtual BOOL OnCreateClient (LPCREATESTRUCT, CCreateContext*);
-
- afx_msg int OnCreate (LPCREATESTRUCT);
- afx_msg void OnMeasureItem (int, LPMEASUREITEMSTRUCT);
- afx_msg void OnDrawItem (int, LPDRAWITEMSTRUCT);
-
- DECLARE_MESSAGE_MAP ()
- };
-